Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateCenterAndVerticesPorts Method / CreateCenterAndVerticesPorts(NShape,NPointF,NPointF[]) Method
shape
shape center point
vertices for which to generate ports


In This Topic
    CreateCenterAndVerticesPorts(NShape,NPointF,NPointF[]) Method
    In This Topic
    Creates center and and vertices ports
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub CreateCenterAndVerticesPorts( _
       ByVal shape As NShape, _
       ByVal center As NPointF, _
       ByVal vertices() As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim shape As NShape
    Dim center As NPointF
    Dim vertices() As NPointF
     
    instance.CreateCenterAndVerticesPorts(shape, center, vertices)
    protected virtual void CreateCenterAndVerticesPorts( 
       NShape shape,
       NPointF center,
       NPointF[] vertices
    )

    Parameters

    shape
    shape
    center
    shape center point
    vertices
    vertices for which to generate ports
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also